JAMSRESTAPI Web Service
GetBatchQueue_GetBatchQueueByID
JAMSRESTAPI Web Service > All Operations Resource Group : BatchQueue_GetBatchQueueByID (Get)

Resource Path: /api/batchqueue/{id}

Uri: http://doc.jamsscheduler.com/api/batchqueue/{id}

Description
Gets a batch queue definition by ID
Parameters
NameDescriptionData Type
ID of the BatchQueueID of the batch queue to delete.integer
Response

The response body is of type BatchQueue.

OK

Overview

BatchQueue
queueID : integer
queueName : string
description : string
jobCount : integer
jobLimit : integer
lastChangeUTC : string
lastChangedBy : string
started : boolean
startedOn : Array[QueueAgent]
agentName : string
acl : ACL
genericACL : Array[ACE]
identifier : string
inherited : boolean
flags : string
accessList : Array[string]
See Also
All Operations Resource GroupJAMSRESTAPI Web Service